/*Standard*/
.inbox .p1{
	display:inline-block;
	font-size:24px;
	font-weight:900;
	color:#1a64b0;
	letter-spacing:-0.03em;
	vertical-align:top;
}
.inbox_e .p1 span{
	font-style:italic;
}
.inbox_e .p1 span b{
	font-weight:900;
	color:#0f9b49;
}
.inbox .img1{
	display:inline-block;
	height:25px;
	margin-top:2px;
	margin-left:5px;
}
.inbox .p2{
	font-size:18px;
	line-height:20px;
	font-weight:400;
	color:#bebebe;
	letter-spacing:-0.03em;
}
.inbox_e .p2{font-size:17px;}
.inbox .box1{
	width:100%;
	display:table;
}
.inbox .box1 .p3{
	display:inline-block;
	padding-top:6px;
	font-size:24px;
	font-weight:600;
	color:#1a64b0;
	letter-spacing:-0.03em;
	border-top:2px solid #1a64b0;
}
.inbox .box1 .table1{
	width:100%;
	font-size:14px;
}
.inbox .box1 .table1 th,
.inbox .box1 .table1 td{
	vertical-align:top;
}
.inbox .box1 .table1 th{
	font-weight:500;
	color:#bebebe;
}
.inbox .box1 .table1 td{
	padding-left:10px;
	font-weight:300;
	color:#444;
}
.inbox .ul1{
	display:table;
	background-color:#f7f7f7;
	border-width:1px 0;
	border-style:solid;
	border-color:#bebebe;
	padding:20px 15px;
	margin-top:10px;
}
.inbox .ul1 li{
	display:table;
	float:left;
	margin:0 15px;
}
.inbox .ul1 li p{
	margin-top:4px;
	font-size:13px;
	font-weight:300;
	text-align:center;
	color:#333;
	vertical-align:bottom;
}


/* Until Nexus 6P standview(435*773) */
@media only screen and (max-width:435px){
}

/* untill iPhone 5's wideview(320*568) */
@media only screen and (max-width:567px) and (min-width:436px){
}

/* untill iPad's standview(768*1024) */
@media only screen and (max-width:773px) and (min-width:568px){
}

@media only screen and (min-width:768px){
	.inbox_e .p2 br{display:none;}
}

/* For Mobile Common Style */
@media only screen and (max-width: 773px) {
	.inbox .box1 .table1{margin-top:10px;}
	.inbox .box1 .table1 th{width:10%; font-size:16px;}
	.inbox .box1 .table1 td{
		width:90%;
		line-height:18px;
		padding-bottom:10px;
	}
	.inbox .ul1{width:100%; padding:20px 10px;}
	.inbox .ul1 li{width:30%; margin:0 1.5%; text-align:center;}
	.inbox .ul1 li img{width:100%; max-width:160px; max-height:230px;}
}

/* Only PC view Style */
@media only screen and (min-width: 774px) {
	.inbox .box1 .p3{float:left;}
	.inbox .box1 .table1{float:left; margin-left:45px;}
	.inbox .ul1{margin-left:50px;}
	.inbox .box1 .table1 th,
	.inbox .box1 .table1 td{height:26px;}
}

/* IE 8 */
	.old_ie .inbox .box1 .p3{float:left;}
	.old_ie .inbox .box1 .table1{float:left; margin-left:45px;}
	.old_ie .inbox .ul1{margin-left:50px;}
	.old_ie .inbox .box1 .table1 th,
	.old_ie .inbox .box1 .table1 td{height:26px;}